'宣言 Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
'使用法 Dim instance As OrderedDictionary(Of TKey,TValue) Dim value As System.Collections.Generic.ICollection(Of TKey) value = instance.Keys
public System.Collections.Generic.ICollection<TKey> Keys {get;}